Alfresco Index of Web Scripts URI '/api/groups/{shortName}'
Alfresco Community v3.2.0 (2039)
3 Web Scripts

Back to Web Scripts Home

Up to uri /api/groups

/api/groups/{shortName}/children
/api/groups/{shortName}/children/{fullAuthorityName}
/api/groups/{shortName}/parents

Get the details of a group
GET /alfresco/service/api/groups/{shortName}
Description:Get the details of a group.
Authentication:user
Transaction:required
Format Style:argument
Lifecycle:draft_public_api
Default Format:json
Id:org/alfresco/repository/groups/group.get
Description:classpath:alfresco/templates/webscripts/org/alfresco/repository/groups/group.get.desc.xml

Update the details of a group
PUT /alfresco/service/api/groups/{shortName}
Description:Update the details of a group.
you must have "administrator" privileges to change the name of a group.
The following properties may be updated.
displayName
The display name
Authentication:user
Transaction:required
Format Style:argument
Lifecycle:draft_public_api
Default Format:json
Id:org/alfresco/repository/groups/group.put
Description:classpath:alfresco/templates/webscripts/org/alfresco/repository/groups/group.put.desc.xml

Delete a group.
DELETE /alfresco/service/api/groups/{shortName}
Description:Delete a group and all its dependents.
You must have "administrator" privileges to delete a group.
Authentication:user
Transaction:required
Format Style:argument
Lifecycle:draft_public_api
Default Format:json
Id:org/alfresco/repository/groups/groups.delete
Description:classpath:alfresco/templates/webscripts/org/alfresco/repository/groups/groups.delete.desc.xml